home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
019
/
123pcjr.arc
/
JRB&W.BAT
< prev
next >
Wrap
DOS Batch File
|
1984-06-07
|
11KB
|
178 lines
echo off
a:
cls
echo *------------------------------------------------------------------*
echo * JRB&W DRIVER INSTALLATION *
echo *------------------------------------------------------------------*
echo * IMPORTANT: You MUST be using DOS Version 2.10 in order to *
echo * proceed with DRIVER installation *
echo * *
echo * MAKE SURE that the two DOS version messages that *
echo * appear below MATCH exactly *
echo *------------------------------------------------------------------*
echo You are currently using:
ver
echo *
echo You MUST use:
echo *
echo IBM Personal Computer DOS Version 2.10
echo *------------------------------------------------------------------*
echo * If the version numbers DO NOT MATCH, then *
echo * terminate this batch job NOW! *
echo * - Hold [Ctrl] and press "C" *
echo * - Press "Y" *
echo * Otherwise . . . *
echo *------------------------------------------------------------------*
mtst
pause
cls
echo *------------------------------------------------------------------*
echo * JRB&W DRIVER INSTALLATION *
echo *------------------------------------------------------------------*
echo * Be sure that you have read Using 1-2-3 with the PCjr *
echo * Make sure that the UTILITY DISK is in DRIVE A and that the *
echo * SYSTEM, PRINTGRAPH, TUTORIAL, and SYSTEM BACKUP are ready. *
echo * If this is NOT so, then terminate this batch job now: *
echo * - Hold [Ctrl] and press "C" *
echo * - Press "Y" *
echo * Otherwise . . . *
echo *------------------------------------------------------------------*
echo *------------------------------------------------------------------*
pause
cls
echo *----------------------------------------------------------------*
echo * JRB&W DRIVER INSTALLATION *
echo *----------------------------------------------------------------*
echo Installation takes only a few minutes even if you have
echo only 1 disk drive. Be sure that your Lotus UTILITY DISK
echo is in Drive A, and that your other Lotus disks are
echo ready, with the WRITE-PROTECT TABS REMOVED. The first
echo few steps of installation are the same, for both one drive
echo and two drive systems. Later on in the installation you
echo will see specific instructions for systems with TWO DISK
echo DRIVES and SINGLE DISK DRIVES. Follow the appropriate
echo instructions for YOUR system. SINGLE DISK DRIVE
echo installation will require you to swap diskettes several
echo times. The rules below will help you keep track of which
echo DISK should be in the drive at any time if you have a
echo system with a SINGLE DISK DRIVE.
echo
echo When the "Insert disk for Drive A" message appears
echo ALWAYS put the UTILITY DISK in the drive.
echo When the "Insert disk for Drive B" message appears
echo ALWAYS put the "Target" disk in the drive.
echo *----------------------------------------------------------------*
echo * To continue..... *
echo *----------------------------------------------------------------*
pause
echo on
copy IBM0B&W.DRV TD.DRV/V
copy IBM1JRGD.DRV GD.DRV/V
copy IBM2JRKB.DRV KB.DRV/V
copy IBM3PR.DRV PR.DRV/V
copy JRUTINST.BAT JRDOS.BAT/V
echo off
cls
echo *------------------------------------------------------------------*
echo * TWO-DISKETTE INSTALLATION * SINGLE-DISK INSTALLATION *
echo *------------------------------------------------------------------*
echo * * When the message *
echo * Place your * "Insert Diskette for Drive B:" *
echo * 1-2-3 SYSTEM DISK * appears after striking a key, *
echo * in drive B. * insert the 1-2-3 SYSTEM DISK *
echo * * in the Disk Drive. When the *
echo * * "Insert Diskette for Drive A:" *
echo * * message appears, insert the *
echo * * UTILITY DISK in the Disk Drive.*
echo * * Repeat this process until the *
echo * * next "Installation" message *
echo * * appears. *
echo *------------------------------------------------------------------*
pause
echo on
copy ??.DRV B:/V
copy JRSYINST.BAT B:JRDOS.BAT/V
echo off
cls
echo *------------------------------------------------------------------*
echo * TWO-DISKETTE INSTALLATION * SINGLE-DISK INSTALLATION *
echo *------------------------------------------------------------------*
echo * *Place the 1-2-3 SYSTEM DISK aside*
echo * * When the message *
echo * Place your * "Insert Diskette for Drive B:" *
echo * PRINTGRAPH DISK * appears after striking a key, *
echo * in drive B. * insert the PRINTGRAPH DISK *
echo * * in the Disk Drive. When the *
echo * * "Insert Diskette for Drive A:" *
echo * * message appears, insert the *
echo * * UTILITY DISK in the Disk Drive *
echo *------------------------------------------------------------------*
pause
echo on
copy ??.DRV B:/V
copy JRPGINST.BAT B:JRDOS.BAT/V
echo off
cls
echo *------------------------------------------------------------------*
echo * TWO-DISKETTE INSTALLATION * SINGLE-DISK INSTALLATION *
echo *------------------------------------------------------------------*
echo * * Place the PRINTGRAPH DISK aside.*
echo * * When the message *
echo * Place your * "Insert Diskette for Drive B:" *
echo * TUTORIAL DISK * appears after striking a key, *
echo * in drive B. * insert the TUTORIAL DISK *
echo * * in the Disk Drive. When the *
echo * * "Insert Diskette for Drive A:" *
echo * * message appears, insert the *
echo * * UTILITY DISK in the Disk Drive *
echo *------------------------------------------------------------------*
pause
echo on
copy ??.DRV B:/V
echo off
cls
echo *------------------------------------------------------------------*
echo * You may place the TUTORIAL DISK aside. *
echo * *
echo * IMPORTANT: READ CAREFULLY! *
echo * *
echo * The next step is for users who will be using 1-2-3 on *
echo * the PCjr. ONLY! If you will be using 1-2-3 on both *
echo * the PCjr. AND a regular IBM PC or XT then abort *
echo * this step by striking [CTRL] and [C], then a [Y] now. *
echo * Put your 1-2-3 SYSTEM DISK BACKUP aside to be used on *
echo * your regular IBM PC or XT system. This completes the *
echo * DRIVER installation procedure. *
echo * *
echo * For DOS installation instructions, read the appropriate *
echo * section in "Using 1-2-3 with the PCjr". *
echo * If you are going to use 1-2-3 on the PCjr. ONLY then..... *
echo *------------------------------------------------------------------*
pause
cls
echo *------------------------------------------------------------------*
echo * TWO-DISKETTE INSTALLATION * SINGLE-DISK INSTALLATION *
echo *------------------------------------------------------------------*
echo * * Place your TUTORIAL DISK aside. *
echo * * When the message *
echo * Place your * "Insert Diskette for Drive B:" *
echo * 1-2-3 SYSTEM DISK * appears after striking a key, *
echo * BACKUP * insert the 1-2-3 SYSTEM DISK *
echo * in drive B. * BACKUP in the Disk Drive. *
echo * * When the message *
echo * * "Insert Diskette for Drive A:" *
echo * * message appears, insert the *
echo * * UTILITY DISK in the Disk Drive.*
echo *------------------------------------------------------------------*
pause
echo on
copy ??.DRV B:/V
copy JRSBINST.BAT B:JRDOS.BAT/V
echo off
cls
echo ..... End of driver installation procedure .....
echo For DOS installation instructions, see the appropriate section in
echo "Using 1-2-3 with the PCjr"
echo on